Description
Add a list of documents in a collection. No value is returned.
Operation id | Document.AddToCollection |
Aliases | Collection.AddToCollection
|
Category | Document |
Label | Add document to collection |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.AddToCollection",
"aliases" : [ "Collection.AddToCollection" ],
"label" : "Add document to collection",
"category" : "Document",
"requires" : null,
"description" : "Add a list of documents in a collection. No value is returned.",
"url" : "Document.AddToCollection",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "collection",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}